home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Classicos
/
Pac Man white.swf
/
scripts
/
DefineSprite_117
/
frame_31
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-06-13
|
344 b
|
21 lines
tellTarget("/")
{
if(!newGame)
{
Ready.gotoAndStop("Level");
Ready._visible = true;
var j = 0;
while(j < 31)
{
var i = 0;
while(i < 28)
{
Maze[i]["P" + j]._visible = true;
i++;
}
j++;
}
}
newGame = false;
}